.kenesis-body {
    height: auto;
    background: #f1eee7;
    background-size: auto;
}

.botnav .navbar {
    margin-left: 25%;
}

.botnav {
    width: 100%;
    height: 100px;
    z-index: 2;
}

.rv-image {
    height: auto;
}

.rv-image > video {
    height: auto !important;
}

.section-ctn:empty {
    display: none;
}

div[class^="subdiv"]:empty {
    display: none;
}

div[class^="subdiv"] {
    margin-top: -1px;
}

.section-ctn[data-n="1"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="1"] .module1 {
    flex: 1 1 100%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    box-sizing: border-box;
}

.module1 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="1"] .module1 {
        padding: 0% 0% 0% 0%;
    }
}

.section-ctn[data-n="2"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="2"] .content1 {
    flex: 1 1 100%;
    padding: 2% 2% 2% 2%;
    min-height: 250px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-ctn[data-n="2"] .content1 .inner-ctn {
    padding: 0% !important;
}

.content1 {
    --elem-width: 100%;
}

.section-ctn[data-n="3"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="3"] .module2 {
    flex: 1 1 100%;
    width: 100%;
    padding: 2% 2% 2% 2%;
    box-sizing: border-box;
}

.module2 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="3"] .module2 {
        padding: 1% 1% 1% 1%;
    }
}

.section-ctn[data-n="4"] {
    display: flex;
    width: 100%;
    height: auto;
    align-items: stretch;
}

.section-ctn[data-n="4"] .module3 {
    flex: 1 1 100%;
    width: 100%;
    padding: 2% 2% 2% 2%;
    box-sizing: border-box;
}

.module3 {
    --elem-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .section-ctn[data-n="4"] .module3 {
        padding: 1% 1% 1% 1%;
    }
}

